home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / patches / dfstack.sit / DF Stack 1.0 / background_6792.txt < prev    next >
Text File  |  1988-02-26  |  2KB  |  80 lines

  1. -- background: 6792 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Mostly Text
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=81 top=25 right=338 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Text
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=9 top=302 right=331 bottom=39
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 29114 / 29114
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Go Back
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   pop card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: A000
  45. -- rect: left=8 top=228 right=274 bottom=36
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 13474 / 13474
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Quit
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect dissolve slowly to black
  57.   go to card "Black"
  58.   doMenu "Quit HyperCard"
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 5 (button)
  64. -- low flags: 00
  65. -- high flags: A000
  66. -- rect: left=6 top=174 right=220 bottom=39
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 20186 / 20186
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: Find...
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   doMenu Find...
  78. end mouseUp
  79.  
  80.